type runtime._panic
14 uses
runtime (current package)
panic.go#L602: var p _panic
panic.go#L626: var p _panic
panic.go#L643: func preprintpanics(p *_panic) {
panic.go#L668: func printpanics(p *_panic) {
panic.go#L780: var p _panic
panic.go#L817: func (p *_panic) start(pc uintptr, sp unsafe.Pointer) {
panic.go#L845: gp._panic = (*_panic)(noescape(unsafe.Pointer(p)))
panic.go#L862: func (p *_panic) nextDefer() (func(), bool) {
panic.go#L935: func (p *_panic) nextFrame() (ok bool) {
panic.go#L981: func (p *_panic) initOpenCodedDefers(fn funcInfo, varp unsafe.Pointer) bool {
panic.go#L1271: func fatalpanic(msgs *_panic) {
runtime2.go#L434: _panic *_panic // innermost panic - offset known to liblink
runtime2.go#L1014: type _panic struct {
runtime2.go#L1017: link *_panic // link to earlier panic
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |